moved options, rewrote some text
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 12:38:37 +0000 (12:38 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 12:38:37 +0000 (12:38 +0000)
gpsbabel/xmldoc/formats/options/stmwpp-index.xml
gpsbabel/xmldoc/formats/options/tef-routevia.xml
gpsbabel/xmldoc/formats/options/tpg-datum.xml
gpsbabel/xmldoc/formats/stmwpp.xml
gpsbabel/xmldoc/formats/tef.xml
gpsbabel/xmldoc/formats/tpg.xml

index 8b137891791fe96927ad78e64b0aad7bded08bdc..3defd318e29633e009a9e7678207d73415a56c68 100644 (file)
@@ -1 +1,9 @@
+<para>
+Because the format supports only one route or track, this option can be used 
+on output to select a single route or track from a collection of routes and
+tracks read from a more expressive format.  If you have, say, a 
+<link linkend="fmt_gpx">gpx</link> file that contains three routes, you can
+use this option to write them one at a time to individual files.
+</para>
+<screen format="linespecific">gpsbabel -i gpx -f routes.gpx -o stmwpp,index=1 -F route1.txt -o stmwpp,index=2 -F route2.txt -o stmwpp,index=3 -F route3.txt</screen>
 
index 8b137891791fe96927ad78e64b0aad7bded08bdc..b57880554c9ec10335fd9063c642e6e0adf7558d 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+This option may be used to eliminate calculated route points from the route.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..679556531fff230441c2f0fd8fc0eeed1e8d2d12 100644 (file)
@@ -1 +1,5 @@
-
+      <para>The option 'datum="datum name"' can be used to override
+the default of NAD27 ("N. America 1927 mean") which is correct for the
+continental U.S. Points in Hawaii should use "Old
+Hawaiian_mean"</para>
+    
index 08b761a1745711519f0c9d60292c9e74097d415c..e7129e7dbff798aa1c45d86567834eba36411b07 100644 (file)
@@ -1,16 +1,10 @@
-
-      
-      
-      <para>Support for Suunto Trek Manager (STM) WaypointPlus
-format..  Simple structure with coordinates and timestamp. Route
-points (waypoints) have additionaly shortname.  The files can only
-contain one route or one track.  <ulink url="http://www.suunto.fi">www.suunto.fi</ulink>
-         </para>
-      <para>
- Options:
-  </para>
-      <para>
-            <option>index</option> - Use route/track number
-&lt;index&gt; from input data for output.
+<para>
+This format supports the Suunto Trek Manager (STM) WaypointPlus format.
+This is a simple format with coordinates and a time stamp.  Route points 
+also have a short name.  A single file may only contain one route or one
+track.
+</para>
+<para>
+<ulink url="http://www.suunto.fi">Suunto Website</ulink>
 </para>
     
index a420a15b8a5496823090bad2abb25da3b260e9f0..40e5855b27ea79e385c713425d5b8ef283950325 100644 (file)
@@ -1,13 +1,15 @@
+<para>
+TEF, internally called "TourExchangeFormat", is an XML based export format 
+used by Map&amp;Guide <productname>Motorrad-Routenplaner 2005/06</productname>.
+</para>
+<para>
+Because this is only an export format, GPSBabel does not support writing to
+this format.
+</para>
+<para>
+GPSBabel also supports the <link linkend="fmt_bcr">bcr</link> format, which 
+may also be used with this program and supports both reading and writing.
+</para>
 
-      
-      
-      <para>TEF, internal called "TourExchangeFormat", is a XML based
-export format, used by Map&amp;Guide "Motorrad-Routenplaner 2005/06".
-Another posibility to exchange data with this are the .bcr files,
-which are supported by GPSbabel in both directions (see BCR).
-               </para>
-      <para>Via XML this software can only export routing data.  So we
-don't support writing.  With the option "routevia" you can eliminate
-calculated route points from tef source file.</para>
-      <screen format="linespecific"> gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx</screen>
+<screen format="linespecific"> gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx</screen>
     
index a4a0c0bbc9abea2e3f8c8c43b97ad72e94a65a8c..68cbada634c038dbeda4dcfc8ec75c6d87f27616 100644 (file)
@@ -3,11 +3,6 @@
       
       <para>National Geographic Topo! Waypoint and Route Format.  This module
 reads and writes .TPG files created by various editions of NG Topo!
-Reading/writing of route data is not supported yet.
-Contributed by Alex Mottram.</para>
-      <para>The option 'datum="datum name"' can be used to override
-the default of NAD27 ("N. America 1927 mean") which is correct for the
-continental U.S. Points in Hawaii should use "Old
-Hawaiian_mean"</para>
-      <para>Contributed by Alex Mottram.</para>
+Reading/writing of route data is not supported yet.</para>
+<para>Contributed by Alex Mottram.</para>